x86 shadow: Fix typo in a code comment.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 7 May 2008 08:15:49 +0000 (09:15 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 7 May 2008 08:15:49 +0000 (09:15 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
xen/arch/x86/mm/shadow/common.c

index 81e91110561fb9a891ae5def5be637cefe813a02..ba287bf78ce8109bef255e0343a7ec2e76707638 100644 (file)
@@ -2327,7 +2327,7 @@ static void sh_update_paging_modes(struct vcpu *v)
                                  current->domain->domain_id, current->vcpu_id,
                                  v->domain->domain_id, v->vcpu_id);
                     /* It's not safe to do that because we can't change
-                     * the host CR£ for a running domain */
+                     * the host CR3 for a running domain */
                     domain_crash(v->domain);
                     return;
                 }